home *** CD-ROM | disk | FTP | other *** search
- ;-----------------------------------------------------------------------------
- ; Raging Fury Door Control File
- ;-----------------------------------------------------------------------------
- ;
- ; General information
- ;
- SYSOPFIRST Beau
- SYSOPLAST Barker
- BBSNAME The Psychotic BBS
- ;
- ; Put your bbs type goes here! Select from the following list:
- ;
- ; DOORSYS - The DOOR.SYS format (Wildcat! 4.xx, GAP, etc)
- ; RBBS - Rbbs version 16.1+ (uses DORINFOx.DEF*)
- ; QUICK - Quickbbs,Force (uses DORINFOx.DEF**)
- ; DORINFO1 - Remote Access,others(uses DORINFO1.DEF**)
- ; PCB14 - Pcboard version 14
- ; PCB15 - Pcboard version 15
- ; PHOENIX - Phoenix bbs
- ; SPITFIRE - Spitfires drop file (SFDOORS.DAT)
- ; TRIBBS - TriBBS drop file (TRIBBS.SYS)
- ; WWIV - WWIV bbs (uses chain.txt)
- ; 2AM - Jumper.dat
- ;
- BBSTYPE DOORSYS
- ;
- ; Your dropfile *path* goes here. Do not include the filename!
- ; For systems that require environment variables in the dropfile path,
- ; comment this line and pass the dropfile path as a parameter with
- ; -p<dropfilepath>, eg. RF.EXE -pC:\BBS\NODE%pcbnode%
- ;
- DROPFILEPATH D:\PCB\
- ;
- ; If you are using a bbs type that doesn't provide the com port number
- ; in it's dropfile then put your comport here.
- ;
- COMPORT 2
- ;
- ; Note: The next two options are related to FOSSIL drivers. If neither
- ; option is set, the door will use its own internal comport handlers.
- ;
- ; Uncomment the next line if you use a fossil device driver and wish to
- ; have the door initialize your fossil to the locked/baud speed rate.
- ;
- ;FOSSIL
- ;
- ; Uncomment the next line if you use a fossil device and do not wish to have
- ; the door reinitialize your fossil.
- ;
- ;XFOSSIL
- ;
- ; If you are locking ports uncomment this line and set this number to the
- ; port speed. Make sure it's the same locked baud rate as your BBS software!!
- ;
- ;LOCKBAUD 57600
- ;
- ; If you are going to use a non-standard IRQ place the
- ; port address in hex one space after the PORT# option.
- ;
- ; If you have a non-standard IRQ position the IRQ number
- ; one space after the ports' hex address. (decimal)
- ;
- ;PORT1 03F8 4
- ;PORT2 02F8 3
- ;PORT3 03E8 4
- ;PORT4 02E8 3
- ;
- ; The maxtime parameter will allow you to specify a maximum time
- ; per day that a user may be in the door. (i.e. if you specified
- ; 30 minutes, then if the user had 60 mins left, she could only play
- ; for 30 mins) Otherwise the game will use the maximum session
- ; time for maximum time.
- ;
- ;MAXTIME 30
- ;
- ; Un-comment this line to disable color on the local side.
- ; (Necessary if you are running a monochrome system)
- ;
- ;MONO
- ;
- ; Specify "ON" if you want the status line to appear at the
- ; bottom of the local screen, or "OFF" if you want it to be disabled.
- ;
- STATUS ON
- ;
- ;----------------------------- End of File --------------------------------
-